home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / wp / wopr60.zip / WOPR.INF < prev    next >
INI File  |  1994-04-01  |  7KB  |  245 lines

  1. ;Name:
  2. ;  WOPR.INF - Information file for Install/UnInstall
  3. ;
  4. ;Description:
  5. ;  This file contains the information to be used by WOPRInstall
  6. ;  to install/Uninstall macros and key/menu/toolbar assignments
  7. ;
  8. ;  Each section corresponds to a major app or WOPR functionality
  9. ;  The section name will appear in the list of choices in 
  10. ;  WOPRInstall.
  11. ;
  12. ;Keys:
  13. ;  Description       - Description to be displayed in the install dialog
  14. ;  FileName       - Name of the template or WLL
  15. ;  InStartup      - If 1, it's an add-in in the WOPR directory
  16. ;                   If 2, copy <FileName> to WINWORD\STARTUP directory
  17. ;  PreInstallMacro - Custom install macro to perform translations before
  18. ;                       macros are copied and before tool/menu/key 
  19. ;                       assignments are made.  When this is run, the
  20. ;            active document is the utility document or the Add-In
  21. ;                       document.
  22. ;  InstallerMacro - If the app has its own installer, specify its name
  23. ;            Lil'WOPRs won't have an entry
  24. ;  numReqFile      - Number of required support files (DLLs or templates 
  25. ;            needed)
  26. ;  ReqFile<n>      - The list of required support files.  Each entry
  27. ;            is in the form: 
  28. ;            <FileName>,<DestinationDir>,<removable>
  29. ;            where <DestinationDir> can be:
  30. ;                WINDIR, SYSDIR, or STARTUP
  31. ;            WINDIR means the user's WINDOWS directory
  32. ;            SYSDIR means the user's WINDOWS\SYSTEM directory
  33. ;            STARTUP means the user's WINWORD\STARTUP directory
  34. ;            set <removable> to 0 if you do not want to remove the
  35. ;            file on uninstall (if another app needs it.)
  36. ;  numMacro      - Number of macros to install into WOPR.DOT
  37. ;  Macro<n>      - List of macros to install (n starts at 0)
  38. ;  numMenu      - Number of menu items to assign in WOPR.DOT, note that
  39. ;            templates installed in STARTUP do not need this
  40. ;  Menu<n>      - List of menu entries in the form (n starts at 0):
  41. ;            <MenuName>,<EntryText>,<MacroName>
  42. ;            Example:
  43. ;            &View,&Header and Footer,ViewHeader,1
  44. ;  numkMenu      - Number of KMenu items KMENU.WLL
  45. ;  kMenu<n>      - List of menu entries in the form (n starts at 0):
  46. ;            <ParentEntryText>,<EntryText>,<MacroName>,<num>
  47. ;            Example:
  48. ;            &Enveloper6,&Run,Enveloper6,1
  49. ;            If num is nonzero, then it's a flyout menu.  Otherwise
  50. ;            it is a single menu
  51. ;  numKey      - Number of key assignments to place in WOPR.DOT.  Again
  52. ;            templates installed in STARTUP don't need this
  53. ;  Key<n>      - List of key assignments in the form (n starts at 0):
  54. ;            <nKeyCode1>,<nKeyCode2>,<MacroName>
  55. ;            If no second key, leave blank or use 0 (zero)
  56. ;  numTool      - Number of Toolbar assignments to place into WOPRToolbar
  57. ;            of WOPR.DOT.  ALL WOPR apps needing a toolbar button
  58. ;            should use this.  No custom images supported
  59. ;  Tool<n>      - List of Tool button assignments (n starts at 0).  Only
  60. ;            installation to the WOPRToolbar in WOPR.DOT is
  61. ;            supported:
  62. ;            <nPosition>,<MacroName>,<ImageNumOrText>
  63.  
  64. [Enveloper 6.0]
  65. Description=Fancy Envelope creation tool
  66. FileName=ENVR6.DOT
  67. InStartup=2
  68. InstallerMacro=Enveloper6Install
  69. numReqFile=1
  70. ReqFile0=DLLACCES.DLL,SYSDIR,0
  71. numMacro=1
  72. Macro0=Enveloper6Tool
  73. numTool=1
  74. Tool0=0,Enveloper6Tool,23
  75. numkMenu=2
  76. kMenu0=&Enveloper6,&Run Enveloper,Enveloper6,1
  77. kMenu1=&Enveloper6,&Customize,Enveloper6Customize,2
  78.  
  79. [Two-by-Four 6.0]
  80. Description=Fancy Print tool to prepare and create Booklets etc.
  81. FileName=2X4V6.DOT
  82. InStartup=2
  83. InstallerMacro=TwoByFourInstaller6
  84. numMacro=1
  85. Macro0=TwoByFour6Tool
  86. NumTool=1
  87. Tool0=0,TwoByFour6Tool,58
  88. numkMenu=2
  89. kMenu0=&File,Two&ByFour6,TwoByFour6,0
  90. kMenu1=&Help,&TwoByFourHelp,TwoByFourHelp,0
  91.  
  92. [WOPR FileNew]
  93. Description=WOPR replacement FileNew system for Word 6.0
  94. FileName=FILENEW.DOC
  95. PreInstallMacro=WOPRFNInstaller
  96. numMacro=7
  97. Macro0=DocClose
  98. Macro1=FileClose
  99. Macro2=FileNew
  100. Macro3=FileSave
  101. Macro4=FileSaveAs
  102. Macro5=FileCloseAll
  103. Macro6=WOPRFileNewUpdate
  104. numTool=1
  105. Tool0=0,FileNew,17
  106. numkMenu=4
  107. kMenu0=&File,473,FileClose,0
  108. kMenu1=&File,78,FileNew,0
  109. kMenu2=&File,82,FileSave,0
  110. kMenu3=&File,83,FileSaveAs,0
  111.  
  112. [WOPR FileManager]
  113. Description=Assign ToolButton for WOPR FileManager, FileSaveAs and TBEdit
  114. FileName=LILWOPR.DOC
  115. numMacro=3
  116. Macro0=WOPRFileManagerTool
  117. Macro1=WOPRFileSaveAsTool
  118. Macro2=TBEDIT6Tool
  119. numTool=3
  120. Tool0=0,WOPRFileManagerTool,269
  121. Tool1=0,WOPRFileSaveAsTool,270
  122. Tool2=0,TBEDIT6Tool,211
  123. numkMenu=10
  124. kMenu0=&File,WOPR File Manager...,WOPRFileManager,0
  125. kMenu1=&File,WOPR File Save As...,WOPRFileSaveAs,0
  126. kMenu2=Toolbars,WOPR TBEdit,TBEDIT6,0
  127. kMenu3=Text,*** The,Spellar,0
  128. kMenu4=Text,*** word,Spellar,0
  129. kMenu5=Text,*** is,Spellar,0
  130. kMenu6=Text,*** spelled,Spellar,0
  131. kMenu7=Text,*** correctly :-),Spellar,0
  132. kMenu8=Text,(no suggestion),Spellar,0
  133. kMenu9=&File,WOPR File Manager,WOPRFileManager,0
  134.  
  135. [TSS AddressBookLite]
  136. Description=Please click on "Install".  Then manually open ADBKLITE.DOC to Complete the Install!
  137. FileName=ADBKLITE.DOC
  138. numkMenu=1
  139. kMenu0=&Insert,&TSS Address Book Lite,TSSAddressBookLite,0
  140.  
  141. [WOPR Insert ClipArt]
  142. Description=Fancy ClipArt viewer!
  143. FileName=LILWOPR.DOC
  144. numMacro=1
  145. Macro0=WOPRInsertClipArt
  146. numMenu=1
  147. Menu0=&Insert,&ClipArt,WOPRInsertClipArt
  148. numTool=1
  149. Tool0=0,WOPRInsertClipArt,217
  150.  
  151. [ViewCharacters]
  152. Description=Simple View Character ASCII codes
  153. FileName=LILWOPR.DOC
  154. numMacro=1
  155. Macro0=ViewChars
  156. numMenu=1
  157. Menu0=&View,View &Chars,ViewChars
  158.  
  159. [ViewHeader]
  160. Description=Replacement ViewHeader macro for easy access to all headers/footers
  161. FileName=LILWOPR.DOC
  162. numMacro=1
  163. Macro0=ViewHeader
  164. PreInstallMacro=WOPRTranslateVH
  165. numkMenu=1
  166. kMenu0=&View,437,ViewHeader,0
  167.  
  168. [WOPR All Keys]
  169. Description=Generates a table of key assignments
  170. FileName=LILWOPR.DOC
  171. numMacro=1
  172. Macro0=WOPRAllKeys
  173. numMenu=1
  174. Menu0=&Tools,WOPR AllKe&ys,WOPRAllKeys
  175.  
  176. [WOPR Duplicate Style]
  177. Description=Create a duplicate of an existing style
  178. FileName=LILWOPR.DOC
  179. numMacro=1
  180. Macro0=WOPRDupStyle
  181. numMenu=1
  182. Menu0=F&ormat,D&up Style,WOPRDupStyle
  183.  
  184. [WOPR EditReplace]
  185. Description=Simple replacement for EditReplace, fills in Find box w/ current selection
  186. FileName=LILWOPR.DOC
  187. numMacro=1
  188. Macro0=EditReplace
  189. PreInstallMacro=WOPRTranslateER
  190. numkMenu=1
  191. kMenu0=&Edit,115,EditReplace,0
  192.  
  193. [WOPR FastFind]
  194. Description=Rapid EditFind that bypasses the dialog box
  195. FileName=LILWOPR.DOC
  196. numMacro=2
  197. Macro0=WOPRFastFindBck
  198. Macro1=WOPRFastFindFwd
  199. numKey=2
  200. Key0=1626,,WOPRFastFindBck
  201. Key1=1114,,WOPRFastFindFwd
  202.  
  203. [WOPR FileDelete 3.0]
  204. Description=Close and Delete Current Document
  205. FileName=LILWOPR.DOC
  206. numMacro=1
  207. Macro0=FileDelete
  208. numMenu=1
  209. Menu0=&File,File &Delete,FileDelete
  210.  
  211. [WOPR Fix LineBreaks]
  212. Description=Fix line breaks of imported ASCII Text files
  213. FileName=LILWOPR.DOC
  214. numMacro=1
  215. Macro0=WOPRFixLineBreaks
  216. numMenu=1
  217. Menu0=F&ormat,Fi&x LineBreaks,WOPRFixLineBreaks
  218.  
  219. [WOPR Norm Quotes]
  220. Description=Change SmartQuotes back to normal quotes
  221. FileName=LILWOPR.DOC
  222. numMacro=1
  223. Macro0=WOPRNormQuote
  224. numMenu=1
  225. Menu0=F&ormat,Norm &Quote,WOPRNormQuote
  226.  
  227. [LilWOPR Help]
  228. Description=Call the Help file for LilWOPRs
  229. FileName=LILWOPR.DOC
  230. numMacro=1
  231. Macro0=LilWOPRHelp
  232. numMenu=1
  233. Menu0=&Help,&LilWOPR Help,LilWOPRHelp
  234.  
  235. [WOPR Style]
  236. Description=Convenient popup dialog window for your Styles
  237. FileName=LILWOPR.DOC
  238. numMacro=1
  239. Macro0=WOPRStyleON
  240. numTool=1
  241. Tool0=0,WOPRStyleON,143
  242. numReqFile=1
  243. ReqFile0=WOPRSTYL.WLL,STARTUP,1
  244.  
  245.